Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes to standalone GC documentation #8321

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

yonipeleg33
Copy link
Contributor

Closes #8306 (not really, just attaching this PR to an issue)

@yonipeleg33 yonipeleg33 requested a review from itaiad200 October 29, 2024 18:43
@@ -298,6 +298,6 @@ run_id=<GC run id>
# Download the CSV file
aws s3 cp "$storage_ns/_lakefs/retention/gc/reports/$run_id/deleted.csv" "./run_id-$run_id.csv"

# Move all addresses to the output bucket under the run_id prefix
cat run_id-$run_id.csv | tail -n +2 | head -n 10 | xargs -I {} aws s3 mv "$storage_ns/{}" "$output_bucket/run_id=$run_id/"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

head -n 10 was there for my local testing, it's taking only the first 10 addresses.

Copy link

github-actions bot commented Oct 29, 2024

♻️ PR Preview 96be01f has been successfully destroyed since this PR has been closed.

🤖 By surge-preview

Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

13 passed

Copy link

E2E Test Results - Quickstart

11 passed

@yonipeleg33 yonipeleg33 added exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached labels Oct 29, 2024
@yonipeleg33 yonipeleg33 merged commit ae44e05 into master Oct 30, 2024
39 checks passed
@yonipeleg33 yonipeleg33 deleted the sgc/documentation-fixes branch October 30, 2024 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude-changelog PR description should not be included in next release changelog minor-change Used for PRs that don't require issue attached
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sparkless GC - Add documentation
2 participants